home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000293_news@columbia.edu_Mon Jul 10 21:04:06 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA24567
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 10 Jul 1995 18:34:08 -0400
  3. Received: by apakabar.cc.columbia.edu id AA00486
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 10 Jul 1995 18:34:05 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!news.kei.com!nntp.et.byu.edu!netline-fddi.jpl.nasa.gov!usenet
  6. From: caetta@biollante.jpl.nasa.gov (Jennifer Caetta)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: C-Kermit, SunOS 4.1.4, direct connection
  9. Date: 10 Jul 1995 14:04:06 -0700
  10. Organization: Jet Propulsion Laboratory - Pasadena CA
  11. Lines: 89
  12. Distribution: usa
  13. Message-Id: <3ts4k6$2cg@biollante.jpl.nasa.gov>
  14. Nntp-Posting-Host: biollante.jpl.nasa.gov
  15. Mime-Version: 1.0
  16. Content-Type: text/plain; charset=US-ASCII
  17. Content-Transfer-Encoding: 7bit
  18. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  19.  
  20. I'm trying to get two Sun Sparcstations to talk to each other
  21. over a direct serial line/null modem connection; I'm writing
  22. software which will use Kermit to talk to a piece of hardware which
  23. the second sun is imitating.
  24.  
  25.  
  26. My only problem is that I've done everything (I think *wry grin*)
  27. that the C-Kermit manual says (yes, I bought it), and I can't find
  28. a similar problem in the FAQ (If I just missed it, I apologize, but
  29. I *did* look...).
  30.  
  31. Here's the settings of *both* sides of the sun:
  32.  
  33. biollante:/home//caetta/mgs/kermit/biollante <38 > stty -a
  34. speed 9600 baud, 48 rows, 80 columns
  35. parenb -parodd cs7 -cstopb -hupcl cread -clocal crtscts 
  36. -ignbrk brkint ignpar -parmrk -inpck istrip -inlcr -igncr icrnl -iuclc 
  37. -ixon ixany -ixoff imaxbel 
  38. isig iexten icanon -xcase echo echoe echok -echonl -noflsh -tostop 
  39. echoctl -echoprt echoke 
  40. opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel 
  41. erase  kill   werase rprnt  flush  lnext  susp   intr   quit   stop   eof
  42. ^H     ^U     ^W     ^R     ^O     ^V     ^Z/^Y  ^C     ^\     ^S/^Q  ^D     
  43.  
  44.  
  45. And here's the kermit settings on *both* sides:
  46.  
  47. C-Kermit>show comm
  48.  
  49. Communications Parameters:
  50. Line: /dev/ttya, speed: 9600, mode: local, modem: none
  51. Terminal bits: 7, parity: even, duplex: full, flow: rts/cts, handshake: none
  52. Carrier: off, lockfile: /var/spool/locks/LCK..ttya
  53. Escape character: 28 (^\)
  54.  
  55. Dial directory: (none)
  56. Dial hangup: on, dial modem-hangup: on
  57. Dial kermit-spoof: off, dial display: off
  58. Dial speed-matching: on, dial mnp-enable: off
  59. Dial init-string: (none)
  60. Dial dial-command: (none)
  61. Dial prefix: (none)
  62. Dial timeout: 0 (auto), Redial number: (none)
  63.  
  64. Carrier Detect      (CD):  Off
  65. Dataset Ready       (DSR): Off
  66. Clear To Send       (CTS): Off
  67. Ring Indicator      (RI):  Off
  68. Data Terminal Ready (DTR): On
  69. Request to Send     (RTS): On
  70.  
  71.  
  72.  
  73. I think I've done everything to tell the Sun (and C-Kermit) that
  74. this is a direct connection, with rts/cts flow control.  I also
  75. actually *did* realize I had to switch the jumper inside the pizza
  76. box to make the sparcs use RS-232.
  77.  
  78. However, this is the sending side:
  79.  
  80. C-Kermit>send test.file
  81. ST%T%T%T%T%T%T%T%T%T%T%TE
  82. ?Too many retries.
  83.  
  84. C-Kermit>
  85.  
  86.  
  87. And the receiving side (simultaneously):
  88.  
  89. C-Kermit>receive
  90. TNTNTNTNTNTNTNTNTNTNTNTE
  91. ?Sent too many NAKs.
  92.  
  93.  
  94.  
  95. I'm perfectly willing to admit I know very little about using
  96. the direct serial/null modems between Suns (gee, I tend to use
  97. tcp/ip..*Grin*), so if it's an obvious answer, go ahead and
  98. tell me because it's not so obvious to me *smile*.  Please
  99. send responses directly to me (caetta@biollante.jpl.nasa.gov).
  100.  
  101. Thanks a bunch in advance for all your help!!
  102.  
  103.     -Jennifer Caetta
  104.  
  105.  
  106.  
  107. -- 
  108. --feeling like the Swedish Chef w/ a hangover....